home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Applications
/
Charting Coach
/
Charting Coach V2.0sw
/
Charting Coach V2.DXR
/
00163.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-13
|
354 b
|
21 lines
on mouseUp
global bioInfo
if the doubleClick then
exit
end if
leaveFrontPage()
if count(bioInfo) = 0 then
cursor(0)
alert("Please update Biographical Data for the new cycle.")
cursor(4)
go("bioData")
cursor(0)
else
if count(stamp) > 0 then
opendaybook()
else
chartAnEntry()
end if
end if
end